func runtime.printindented

5 uses

	runtime (current package)
		error.go#L259: 		printindented(v)
		error.go#L273: 		printindented(*(*string)(eface.data))
		error.go#L313: func printindented(s string) {
		panic.go#L1069: 		printindented(s) // logically printpanicval(s), but avoids convTstring write barrier
		panic.go#L1090: 		printindented(s) // logically printpanicval(s), but avoids convTstring write barrier